aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/[id]/loading.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-11 19:14:29 +0530
committerGitHub <[email protected]>2024-05-11 19:14:29 +0530
commite8875b008268c5873454b120bfb358cb4180093f (patch)
tree2a0f8a15fb42f093e1d35f52eb3f7e14f1b0fbe5 /src/app/anime/[id]/loading.module.css
parentMerge pull request #24 from zephex-alt/master (diff)
parentadded anime history section (diff)
downloaddramalama-e8875b008268c5873454b120bfb358cb4180093f.tar.xz
dramalama-e8875b008268c5873454b120bfb358cb4180093f.zip
Merge pull request #25 from real-zephex/improvement-2
Improvement 2
Diffstat (limited to 'src/app/anime/[id]/loading.module.css')
-rw-r--r--src/app/anime/[id]/loading.module.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/app/anime/[id]/loading.module.css b/src/app/anime/[id]/loading.module.css
deleted file mode 100644
index a9feceb..0000000
--- a/src/app/anime/[id]/loading.module.css
+++ /dev/null
@@ -1,22 +0,0 @@
-.Main {
- height: 100vh;
- width: 100vw;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-.LoadingContainer {
- width: 50px;
- height: 50px;
- border-radius: 50%;
- border: 8px solid;
- border-color: #f4f4f4 #0000;
- animation: s1 1s infinite;
-}
-
-@keyframes s1 {
- to {
- transform: rotate(0.5turn);
- }
-}